home *** CD-ROM | disk | FTP | other *** search
- Set wnd = OpenWorkspace("dd_merc.ws5")
- wnd.MDIWindow.State = SW_MAXIMIZE
-
- Set Camera = wnd.camera
- Set theTime = camera.time
- Set Direction = camera.Direction
- Set Location = camera.Location
- set pl =PlayerWindow
- 'pl.top=450
- 'pl.left=600
- pl.top=Screen.height-150
- pl.left=Screen.width-200
-
- set txt1 = CreateTextWindow
- txt1.Loadfile "dd_merc_w1.html"
- 'txt1.Locate 300,30,450,145
- txt1.Locate Screen.width-480,0,450,145
- theTime.step = 0.25000000000000E+000
-
- txt1.Show
- settimemark
- pause 5000
- theTime.Forward
- ' WaitFrames 66 : theTime.Stop
- WaitFrames 140 : theTime.Stop
- waitfortime 20000
- txt1.Close
- ' end recording
-
-